ActiveReports 12 Server User Guide
Create(Binding,EndpointAddress) Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls.Servicing Namespace > ServiceChannelFactory<TServiceChannel> Class > Create Method : Create(Binding,EndpointAddress) Method
The System.ServiceModel.Channels.Binding used to configure the endpoint.
The System.ServiceModel.EndpointAddress that provides the location of the service.
Creates a service channel for the specified binding and endpoint.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal binding As Binding, _
   ByVal remoteAddress As EndpointAddress _
) As TServiceChannel
public static TServiceChannel Create( 
   Binding binding,
   EndpointAddress remoteAddress
)

Parameters

binding
The System.ServiceModel.Channels.Binding used to configure the endpoint.
remoteAddress
The System.ServiceModel.EndpointAddress that provides the location of the service.
See Also

Reference

ServiceChannelFactory<TServiceChannel> Class
ServiceChannelFactory<TServiceChannel> Members
Overload List